home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / comm / news / nn.lha / amiga-nn / install.amiga next >
Text File  |  1993-03-29  |  698b  |  30 lines

  1. ; sample install script for NN
  2.  
  3. ; you have to edit this first to suit your system!
  4.  
  5.  
  6. makedir UUCP:nnlib
  7. makedir UUCP:nnlib/help
  8. makedir UUCP:nndbase
  9. makedir    UUCP:nndbase/data
  10.  
  11. copy bin/#? UUCP:nnlib
  12. copy bin/nn UUCP:nnlib/nnadmin    ; if you dare, you could use a link instead
  13. protect UUCP:nnlib/amiga-back-act +s
  14. protect    UUCP:nnlib/sendm +s
  15. copy help/#? UUCP:nnlib/help
  16.  
  17. copy sample/.nnrc    UULIB:
  18.  
  19. assign    NN:        UUCP:
  20. assign    NNHOME:    UULIB:
  21. assign    NNSAVE: some_directory
  22.  
  23. path UUCP:nnlib add
  24.  
  25. copy termcap USR:share/misc/termcap
  26.  
  27. nnmaster -I        ; this will initialize the database needed for NN
  28. nnmaster        ; this will be the first run of nnmaster
  29. amiga-back-act    init    ; this will init the files for nngoback
  30.